home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / schools / sandywatt / _elecpoint / _todo / todostory < prev   
Text File  |  1991-09-06  |  2KB  |  35 lines

  1. Heading: Things to do.
  2.   When the program starts, it automatically collects data for a pendulum of given length.
  3.  
  4. Heading: Collecting data
  5.    Obtain points on the graph for several values of L, ranging from small to large.
  6.  
  7.  
  8. Heading: Analysing your data.
  9.    Choose the item "Analyse data" on the menu. 
  10.    From your graph of T vs L, you see that the points do not lie on a straight line through the origin. The equation relating T to L is a power law:
  11. Sprite: sp2 : T=aL(n)
  12. An equation of this type can be made into a linear equation by taking logarithms of both sides:
  13. Sprite: sp3  logT = loga + logL
  14. This shows that the graph of   y=(log T)  vs  x=(log L)  is a straight line with gradient n.
  15. Choose "Log-log graph" on the menu. The computer draws the log-log graph, and finds the best values for  n  and  a  from your data. It also gives the result for  g,  the acceleration of gravity.
  16.  
  17. Heading: Results and Conclusions.
  18. Dynamics shows that the period T of a pendulum of length L is:
  19. Sprite: sp1  T=2(pi) root L/g
  20. Comparing this equation with
  21. Sprite: sp2  T=aL(n)
  22. you see that
  23. Sprite: sp4  n=1/2  and a=2pi/rootg
  24.  
  25. Your measured value of  n  is consistent with 1/2, taking into account the standard deviation of your result.
  26. The second equation can be used to find g:
  27. Sprite: sp5 g=4pi^2/a^2
  28. Your value, with its standard deviation, is again consistent with the usual value
  29. Sprite: sp6 REM g=9.81ms(-2)
  30.  
  31. Heading: Comments
  32. The Simple Pendulum is not the only way of measuring g. It is slow, and not very accurate. 
  33. The experiment described in this package is not the best way of using a simple pendulum. Instead of measuring the time for each swing, it is much better to measure the time for, say, 20 swings, and divide by 20.
  34. The error e in timing 20 swings is the same as the error in measuring one swing, and so the error in your estimate of the period is e/20
  35. END